
Reconstruct/Reverse Subdiv is the script for Maya which allows you to return subdivided model in it's previous state.
Do you want to edit subdivided high poly, but you don't have unsmoothed version?
With Reconstruct Subdiv it's not a problem! Get unsubdivided model at anytime!
Compatible with Maya 2016, 2017, 2018, 2019, 2020, 2022, 2023.
Installation:
1.Put the file ReconstructSubdiv.pyc into \Documents\maya\20XX\scripts
2.To add the script to shelve or run from scripteditor or to add an a hotkey - use following 2 lines below (Python):
import ReconstructSubdiv as rs
rs.ReconstructSubdiv()